home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / biblio / bibtex / utils / refer-tools / makekeys < prev    next >
Text File  |  1994-11-13  |  198b  |  7 lines

  1. #!/bin/sh
  2. #    The shell script invokes AWK(1) to build keys from a BibTeX source file.
  3. #    The genereation of keys can be altered by changing the
  4. #    values of some awk variables
  5. #
  6. awk -f makekeys.awk $*
  7.